HADOOP-18916. Exclude all module-info classes#6131
HADOOP-18916. Exclude all module-info classes#6131steveloughran merged 2 commits intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
@ayushtkn @steveloughran this issue is affecting a number of backport PRs that I have made for branch3.3. The idea here is to get this PR merged to trunk and backported to branch3.3. An example broken build (a PR targeted to branch3.3) - https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6151/3/artifact/out/patch-javadoc-root.txt |
|
Why does these issues don't happen on trunk, There must be some commit present in trunk which prevents these, can we just backport that ticket? |
|
@ayushtkn the thing is that more and more jars are having module-info classes added to them. To have the hadoop build choose 2 sets of coordinates and ignore the rest seems like a bad idea. I've wasted tonnes of time on 3.3 builds recently and am not going to spend any more time on them. |
ayushtkn
left a comment
There was a problem hiding this comment.
Honestly, to me this change looks fair enough, we need this, every second dependency upgrade is breaking on branch-3 & if we don't find a way, branch-3 would stop getting some relevant changes....
I am good to commit this, but good if get one more approval
1148f5d to
0e22fd0
Compare
|
💔 -1 overall
This message was automatically generated. |
…6131) Removes java9 and java11 from all modules pulled into the hadoop-client and hadoop-client-minicluster modules. Contributed by PJ Fanning
…6188) Removes java9 and java11 from all modules pulled into the hadoop-client and hadoop-client-minicluster modules. Contributed by PJ Fanning
…6131) Removes java9 and java11 from all modules pulled into the hadoop-client and hadoop-client-minicluster modules. Contributed by PJ Fanning
…rs (apache#6131) Removes java9 and java11 from all modules pulled into the hadoop-client and hadoop-client-minicluster modules. Contributed by PJ Fanning
…rs (apache#6131) Removes java9 and java11 from all modules pulled into the hadoop-client and hadoop-client-minicluster modules. Contributed by PJ Fanning (cherry picked from commit 0b1f924)
Description of PR
How was this patch tested?
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?